@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:14px/1.75 "Microsoft YaHei", arial,sans-serif; COLOR: #666;  background:#fff; width: 100%; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
A:hover {TEXT-DECORATION: none}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.cl{HEIGHT: 0px; CLEAR: both;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container-s{width:1798px; margin:0 auto; max-width: 94%;}
.container{width:1469px; margin:0 auto; max-width: 76%;}




.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.line4{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}

.between{display: flex; justify-content: space-between; align-items: center;}


/*字体引入*/


@font-face {
  font-family: "alimamashuheiti";
  src: url("../font/alimamashuheiti.ttf");
}


.flex{display: flex;}
.flex-sbc{display: flex; justify-content: space-between;  align-items: center;}
.flex-c{display: flex; align-items: center;}
.flex-cc{display: flex; align-items: center; justify-content: center;}
.flex-dcsb{display: flex; flex-direction: column; justify-content: space-between;}
.flex-sb{display: flex; justify-content: space-between;}
.flex-sbw{display: flex;justify-content: space-between; flex-wrap: wrap;}

body{ background: url(../images/ys-bg.jpg) no-repeat center top; background-size: cover}
.body-bg2{background: url(../images/mode-bg.jpg) no-repeat center top; background-size: cover}




/* CSS Document */
/* 公共头部 */
.header{position: fixed; top: 0; z-index: 999; left: 0; right: 0; margin: auto; background: transparent; box-shadow: 1px 1px 3px rgba(255,255,255,0.1); }
.header-zw{height: 113px}
.header-box{height: 113px;}
.head-left{width: 72%;}
.pc-logo a img{display: block;  height: 80px}
.pc-nav {width: 81.2%;}
.pc-nav ul li{}
.pc-nav ul li a{display: block; font-size: 17px; color: #fff; font-weight: bold;}
.pc-nav ul li.on a,.pc-nav ul li:hover a{color: #fff;}
.head-tel{width: 242px;  height: 59px;  background: #2976be;  border-radius: 30px; color: #fff;}
.head-tel img{display: inline-block; margin-right: 9px; animation:move 3s 0s infinite;-webkit-animation:move 3s 0s infinite;}
.head-tel em{display: block; font-size: 14px; line-height: 14px; margin-bottom: 6px;}
.head-tel b{display: block; font-size: 23px; line-height: 17px; font-family: "Arial"}

@keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}

@-webkit-keyframes move
{
    0%, 65%{ 
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
    70% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    75% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    80% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    85% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    90% {  
      -webkit-transform:rotate(15deg);
      transform:rotate(15deg);
    }
    95% {  
      -webkit-transform:rotate(-15deg);
      transform:rotate(-15deg);
    }
    100% {  
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg);
    }
}


/*首页banner*/

.banner {position: relative; overflow: hidden;  overflow: hidden}
.banner-bg{height: 100vh}
.banner ul li a{height: 100%;}
.banner ul li .banner-bg img{display: block; width: 100%; height: 100%}


#banner-num{bottom: 23px;}
#banner-num .swiper-pagination-bullet{width: 11px; height: 11px; margin: 0 6px; background: rgba(255, 255, 255, 0.5); opacity: 1;}
#banner-num .swiper-pagination-bullet-active{ background: #ee7020; }
#banner-prev,#banner-next{width: 57px; height: 57px; border-radius: 50%; background: url(../images/banner-arrow.png) no-repeat center rgba(234,245,255,0.97);}
#banner-prev{left: 1%;}
#banner-next{transform: rotateY(180deg);   -webkit-transform: rotateY(180deg); right: 1%;}
#banner-prev:hover,#banner-next:hover{background: url(../images/banner-arrow.png) no-repeat center rgba(234,245,255,0.97);}



/* 关于宇江 */
.about{background: url(../images/about-bg.jpg) no-repeat center top; padding: 67px 0 0; position: relative;}
.about-pic{position: absolute; width: 37.5%; right: 0; top: 117px;}
.about-pic img{display: block; width: 100%;}
.about-info{width: 55%; padding-bottom: 71px;}
.about-info em{display: block; font-size: 18px; color: #717171; line-height: 18px;}
.about-info b,.about-info strong{font-family: "alimamashuheiti";  font-size: 40px; line-height: 50px;}
.about-info b{display: inline-block; color: #333; position: relative; z-index: 2;}
.about-info i{display: inline-block; font-style: inherit; color: #ee6e21 }
/*.about-info b::after{position: absolute; content: '';  z-index: -1;   width: 18px; height: 18px; border: 5px solid #ee6e21; border-radius: 50%; right: -8px; top: -4px;}*/
.about-info strong{display: block; color: #2a77be; margin-bottom: 16px;}
.about-info img{display: block; margin-bottom: 36px;}
.about-info h3{display: block; font-size: 16px; color: #666666; line-height: 32px; margin-bottom: 60px;}
.about-info a{transition: 0.6s; display: block; width: 154px; font-size: 16px; line-height: 50px; color: #fff; text-align: center; background: #ee7020; border-radius: 25px; }
.about-info a:hover{background: #2a77be;}
.product{margin-top: 23px; width: 92.64%;  height: 449px;  background: url(../images/product-bg.jpg) no-repeat center bottom;  border-radius: 20px;  box-shadow: 0px 0px 73.47px 0px rgba(161,161,161,0.08); }
.product-title {padding: 44px 0 34px;}
.product-title strong{display: block; font-size: 30px; color: #2A77BE; font-family: "alimamashuheiti"; text-align: center;}
.product-title strong>img{display: inline-block; vertical-align: middle;}
.product-list{position: relative; overflow: hidden; width: 85.5%; margin: 0 auto;}
.product-list ul li{position: relative; border-radius: 15px;}
.product-list ul li .pic {overflow: hidden; border-radius: 15px;}
.product-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list ul li .info{  position: absolute; content: ''; bottom: 0; width: 100%;}
.product-list ul li .info em{display: block; background: rgba(0, 0, 0, 0.36); font-size: 20px; line-height: 63px; color: #fff; text-align: center; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}



/* 优势 */
.ys{background: url(../images/ys-bg.jpg) no-repeat center top; margin-top: -170px; padding: 261px 0 0}
.index-title{text-align: center; color: #fff; position: relative;}
.index-title b{display: block; font-size: 72px; line-height: 55px;  opacity: 0.07; text-transform: uppercase;  position: absolute; top: 0; left: 0; right: 0; margin: auto;}
.index-title span{display: block; font-size: 18px; line-height: 18px; padding: 7px 0 9px; }
.index-title strong{display: block; font-size: 48px;  line-height: 48px; font-family: "alimamashuheiti"; margin-bottom: 20px;}
.ys-title{padding-bottom: 92px;}
.ys-btn{ margin-bottom: 62px;}
.ys-btn ul li{width: 26%;overflow: inherit; padding-bottom: 16px; }
.ys-btn ul li .pic{width: 83%;overflow: hidden;position: relative; }
.ys-btn ul li:after{z-index: 2; opacity: 0; position: absolute; content: ''; background: url(../images/ysbtn-arrow.png) no-repeat bottom center; width: 19px; height: 16px; bottom: 2px; left: 39%;}
.ys-btn ul li.swiper-slide-thumb-active:after{opacity: 1;}
.ys-btn ul li .pic img{display: block; width: 100%;}
.ys-btn ul li .ys-circle{position: absolute;width: 49%;height: 49%;top: 51%;transform: translateY(-50%);right: -24%;border: 1px solid #fff;box-sizing: border-box;border-radius: 50%;}
.ys-btn ul li .line{position: absolute; width: 100%; height: 100%;}
.ys-btn ul li .small-circle{ position: absolute;width: 7px;height: 7px;background: #2a77be;border: 3px solid #fff;border-radius: 50%;bottom: -7px;right: 50%;}
 
.ys-btn ul li.swiper-slide-thumb-active .line{ animation: circle 1s  forwards;  } 
@keyframes circle
{
    0%   {transform: rotate(0);}
   

   
    100% {transform: rotate(170deg);}
}

.ys-btn ul li{position: relative; cursor: pointer}
.ys-btn ul li .info{
      animation: ysbtn 2s linear 2s infinite alternate;


   position: absolute;top: 50%;transform: translateY(-53%) scale(1);right: 0;border-radius: 50%;width: 33%;height: 37%;  transition: 0.6s;}



   @keyframes ysbtn
{
    0%   {transform: translateY(-53%) scale(1);}

    50%  {transform: translateY(-53%) scale(0.8);}

    100% {transform: translateY(-53%) scale(1);}
}





.ys-btn ul li .text{position: absolute;  width: 100%; height: 100%; text-align: center; }
.ys-btn ul li .info b,.ys-btn ul li .info strong{display: block;  color: #fff; font-family: "alimamashuheiti"; position: absolute;  top: 50%; transform: translateX(-50%) translateY(-50%);  left: 50%;}
.ys-btn ul li .info b{font-size: 87px; line-height: 65px;  opacity: 0.08; }
.ys-btn ul li .info strong{ font-size: 50px; line-height: 50px;}
.ys-btn ul li.item1 .info{background: #ee7020;}
.ys-btn ul li.item2 .info{background: #e61a23;}
.ys-btn ul li.item3 .info{background: #2c2c88;}
.ys-btn ul li.item4 .info{background: #c8cac9;}
.ys-btn ul li.swiper-slide-thumb-active .ys-circle{border-color: #2a77be;}


.ys-box{position: relative;}
#ys-prev,#ys-next{ margin-top: 0; top: 128px; width: 57px; height: 57px; border-radius: 50%; z-index: 2; background: url(../images/ys-arrow.png) no-repeat center rgba(234, 245, 255, 0.97);}
#ys-prev{ left: 4%;}
#ys-next{right: 4%;}
#ys-next{transform: rotate(180deg);}

.ys-black{padding: 67px 0 83px; background: rgba(0, 0, 0, 0.28);}

.ys-content ul li{display: flex; justify-content: center; }
.ys-content dl{border-right: 1px solid rgba(255, 255, 255, 0.42); border-left: 1px solid rgba(0, 0, 0, 0.12); width: 25%; text-align: center;}
.ys-content dl dt{display: block; font-size: 24px; color: #fff; font-weight: bold; padding-top: 2px; margin-bottom: 9px;}
.ys-content dl dd{display: block; font-size: 15px; line-height: 27px; color: #fff;}
.ys-content dl:first-child{border-left: none;}
.ys-content dl:last-child{border-right: none;}



/* 与宇江合作理由 */
.reason{background: url(../images/reason-bg.jpg) no-repeat center top; background-size: cover; padding: 95px 0 161px; }
.reason-title{padding-bottom: 78px;}
.reason-title b{color: #333;}
.reason-title span{color: #858585;}
.reason-title strong{color: #333;}
.reason-list ul{}
.reason-list ul li{padding: 65px 1.5% 0;  width: 22%; height: 308px;  background: #ffffff;  border-radius: 20px;  box-shadow: 0px 0px 73.47px 0px rgba(161,161,161,0.08); box-sizing: border-box;}
.reason-list ul li strong{display: block; font-size: 30px; line-height: 30px; height: 48px; position: relative; color: #2a77be;}
.reason-list ul li strong::after{position: absolute; content: ''; width: 26px;  height: 5px;  background: #ee7020;  border-radius: 3px; left: 0; bottom: 0;}
.reason-list ul li p{display: block; font-size: 16px; line-height: 28px; color: #666; margin-top: 36px;}


/* 与宇江的合作模式 */
.mode{background: url(../images/mode-bg.jpg) no-repeat center top; background-size: cover; padding: 128px 0;}
.mode .pic{width: 44%;}
.mode .pic img{display: block; width: 100%; border-radius: 30px;}
.mode .info{width: 50%;}
.mode-title{text-align: left;  margin-bottom: 20px;}
.color1{color: #ec7428; display: block;font-size: 33px;line-height: 35px;position: relative;margin-right: 40px; font-weight: bold; margin-bottom: 10px}
.color2{color: #e12229;}
.color3{color: #2d2c89;}
.color4{color: #cfd1d0;}
.mode .info ul{display: flex; margin-bottom: 14px;}
.mode .info ul h3{display: block;font-size: 25px;line-height: 35px;position: relative;margin-right: 40px; font-weight: bold;}
.mode .info ul h3::after{ position: absolute; content: ''; width: 21px; height: 3px; background: #ffffff; right: -32px;top: 50%; transform: translateY(-50%); }

.mode .info ul h3:last-child{margin-right: 0;}
.mode .info ul h3:last-child::after,.mode .info ul h3.color1::after{display: none;}
.mode .info ul h3.color1{display: block}
.mode .info h4{display: block; font-size: 16px; line-height: 36px; color: #fff;}


/* 合作流程 */
.process{background: url(../images/process-bg.jpg) no-repeat center top; background-size: cover; padding: 67px 0 76px;}
.process-title{margin-bottom: 63px;}
.index-title2>img{display: inline-block; margin-right: 16px;}
.index-title2 .text{position: relative;}
.index-title2 .text b{display: block; font-size: 66px; line-height: 50px; color: #8FB6E0; opacity: 0.15; text-transform: uppercase;}
.index-title2 .text strong{position: absolute; content: ''; top: 13px; display: block;  font-size: 40px;  line-height: 40px; color: #2A77BE; font-family: "alimamashuheiti"; }
.process-title a{transition:0.6s; display: block; width: 123px; font-size: 16px; line-height: 44px;  background: #ee7020;  border-radius: 22px; color: #fff; text-align: center;}
.process-title a:hover{background: #2a77be;}
.process-line{background: url(../images/process-line.png) no-repeat center top 55px;}
.process-line ul{display: flex; justify-content: space-evenly;}
.process-line ul li .icon{width: 127px; height: 127px; background: #ffffff;overflow: hidden; position: relative; overflow: hidden; text-align: center; box-shadow: 0px 0px 26.97px 2.03px rgba(161, 161, 161, 0.08); border-radius: 50%; margin-bottom: 15px;}
.process-line ul li .icon img{transition:0.6s;  display: block; margin: 29px auto 0;}
.process-line ul li .icon  b{transition:0.6s;  position: absolute; font-size: 75px; color: #61a2ee; opacity: 0.07; left: 0; right: 0; bottom: -42%; margin: auto;}
.process-line ul li  em{display: block; font-size: 16px; line-height: 24px; color: #5A5A5A; text-align: center; }
.process-line ul li.item1{margin-top: 6px}
.process-line ul li.item3{margin-top: 26px}
.process-line ul li.item4{margin-top: 73px}
.process-line ul li.item5{margin-top: 97px}
.process-line ul li.item6{margin-top: 95px}
.process-line ul li.item7{margin-top: 64px}
.process-line ul li:hover .icon img{    transform: rotate3d(1, 1, 1, 360deg);}
.process-line ul li:hover .icon b{opacity: 1; bottom: -50%; }




/* 新闻 */
.news{height: 755px;background: #fff;}
.news-left{width: 60%; padding-top: 65px; display: flex; justify-content: flex-end;}
.company{width: 76%; margin-right: 3.5%; }
.news-right{width: 40%; background: #e5ecf4; padding-top: 65px; display: flex; justify-content: flex-start;}
.industry{width: 66%;margin-left: 7%;}
.news-title{margin-bottom: 53px;}
.news-title .text b{color: #444; opacity: 0.09;}
.news-title .text strong{color: #444;}
.news-title  a{display: block; font-size: 16px; color: #5c6c70;}
.news-title  a:hover{color: #2a77be;}
.company-list ul li{padding-bottom: 38px; margin-bottom: 30px; border-bottom: 1px solid rgba(200,209,213,0.6);}
.company-list ul li:last-child{border-bottom: none;}
.company-list ul li .pic{width: 42.65%;margin-right: 5%; overflow: hidden;}
.company-list ul li .pic img{display: block; width: 100%;  -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.company-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.company-list ul li .info{   width: 79%;}
.company-list ul li .info span{display: block; font-size: 16px; color: #9F9F9F; font-family: Arial; margin-bottom: 6px;}
.company-list ul li .info strong{display: block; font-size: 18px; color: #444444; line-height: 24px; margin-bottom: 13px;}
.company-list ul li .info p{font-size: 16px; color: #777777; line-height: 30px; margin-bottom: 14px;}
.company-list ul li .info em{display: inline-block; font-size: 16px; color: #136EBF; margin-right: 11px; transition:0.6s}
.company-list ul li .info em:hover{margin-right: 16px;}
.industry-list{height: 460px; overflow: hidden;}
.industry-list ul{display: flex; justify-content: flex-end; flex-wrap: wrap; }
.industry-list ul li{margin-bottom: 30px;position: relative;width: 96.5%;}
.industry-list ul li:after{position: absolute; content: ''; width: 0; height: 14px; background: #ee7020;left: -7px; top: 50%; transform: translateY(-50%); transition:0.3s}
.industry-list ul li a{padding-left: 30px; box-sizing: border-box; height: 78px; background: rgba(234,245,255,0.7); display: flex; justify-content: center;     flex-direction: column;}
.industry-list ul li span{display: block; font-size: 16px;  line-height: 11px; color: #9F9F9F; font-family: Arial; margin-bottom: 9px;}
.industry-list ul li strong{display: block; font-size: 16px; line-height: 16px; color: #444444;}
.industry-list ul li:hover:after{width: 14px;}
.industry-list ul li:hover strong{color: #136ebf;}



/* 咨询 */
.consult{background: url(../images/consult-bg.jpg) no-repeat center; background-size: cover; padding: 106px 0 103px;}
.consult .info{}
.consult .info strong,.consult .info b{display: block; font-size: 36px; line-height:36px; color: #fff;}
.consult .info b{display: inline-block; border-left: 4px solid #fff; padding-left: 25px; margin-left: 16px;}
.consult .info h2{display: block; font-size: 21px; line-height: 21px; color: #fff; opacity: 0.71; margin-top: 25px;}
.consult-more a{transition:0.6s; display: block; width: 254px; font-size: 18px; line-height: 68px;  color: #fff; background: #ee7020;  border-radius: 34px; text-align: center; font-weight: bold; }
.consult-more a>img{display: inline-block; vertical-align: middle; margin-right: 18px;}
.consult-more a:hover{background: #2a77be;}


/* 公共底部 */
.footer{background: url(../images/foot-bg.jpg) no-repeat center top; padding-bottom: 47px; background-size: cover; position: relative;}
.foot-top{padding: 35px 0 27px; border-bottom: 1px solid #d1d1d1;;}
.foot-logo img{display: block;}
.foot-nav{width: 67%;}
.foot-nav ul li a{display: block; font-size: 17px; color: #333; font-weight: bold;}
.foot-middle{padding: 52px 0 80px;}
.foot-contact{width: 77%;}
.foot-contact ul li img{display: inline-block; margin-right: 24px;}
.foot-contact ul li .text span{display: block; font-size: 15px; color: #707070;}
.foot-contact ul li .text b{display: block; font-size: 26px; line-height: 20px; color: #3287cf; font-family: Arial;}
.foot-contact ul li .text em{color: #333;}
.foot-wechat img{display: inline-block;}
.foot-wechat em{display: block; font-size: 15px; color: #666; writing-mode: vertical-lr; margin-left: 16px; }
.foot-copy p{display: block; font-size: 16px; color: rgba(102,102,102,0.86);}
.foot-copy a{color: rgba(102,102,102,0.86);}
.foot-nav ul li a:hover,.foot-copy a:hover{color: #2a77be;}
.foot-back{position: absolute; right: 2%; bottom: 34%; cursor: pointer;}
.foot-back a{ width: 49px; height: 49px; background: #ee7020; border-radius: 5px;}







/*在线咨询*/
.zx-service{position: fixed;right: 5px;top: 30%;z-index: 9999;}
.zx-service ul li{margin-bottom: 1px;position: relative;}
.zx-service ul li a{display: block; width: 80px;height: 52px;padding: 14px 0;background: #000;}
.zx-service ul li:hover a{background: #de591e;}
.zx-service ul li a img{display: block;margin: 0 auto 10px;}
.zx-service ul li a span{display: block;width: 80px;color: #fff;text-align: center;line-height: 14px;}
.zx-service ul li dl{width: 150px;padding: 0 15px;background: #de591e;text-align: center;display: none;position: absolute;right: 81px;top: 0;}
.zx-service ul li dl dd{font-family: arial;color: #fff;font-size: 20px;height: 50px;width: 150px;line-height: 50px;}
.weixin-hide{width: 130px;padding: 140px 10px 0;background:url(../images/ny-wechat.jpg) no-repeat center top 10px #de591e;position: absolute;right: 81px;top: 0;display: none;}
.weixin-hide span,.weixin-hide b,.weixin-hide em{display: block; width: 100%;text-align: center;color: #fff;}
.weixin-hide span{line-height: 36px;}
.weixin-hide em{line-height: 35px;}
.weixin-hide b{line-height: 13px;font-family: arial;font-size: 18px}
.tel-hide li span,.tel-hide li b{display: block;color: #fff;}
.tel-hide li span{line-height: 12px;font-size: 14px;}
.tel-hide li b{line-height: 15px;font-size: 19px;font-family: arial;padding-top: 10px;} 
.zx-service03:hover .weixin-hide{display: block;}
.zx-service ul li:hover dl{display: block;}


/* 内页banner */
.ny-banner img{display: block; width: 100%;}

/* 面包屑*/
.mbx {padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.1);}
.mbx b {padding-left: 10px;font-weight: normal;padding-left: 30px;background: url(../images/mbx-icon.png) no-repeat left center;font-size: 14px;color: #fff;}
.mbx a {color: #fff;font-size: 14px;}
.mbx span {padding: 0px 5px; color: #fff;}
.mbx a:hover {color: #2a77be;}
.ny-title{text-align: center; margin-bottom: 50px;}
.ny-title strong{display: block; font-size: 26px;  color: #333; margin-bottom: 25px; }


.ny-main{padding: 60px 0 100px; background: url(../images/ys-bg.jpg) no-repeat center top; background-size: cover}
.main-bg2{background: url(../images/mode-bg.jpg) no-repeat center top; background-size: cover}
.honer-list ul {display: grid; grid-template-columns: repeat(4,1fr);gap: 30px;}
.honer-list ul li {width: 100%; }
.honer-list ul li .imgBox {overflow: hidden;    border: 1px solid #e5e5e5; padding: 10px 9px; background: #fff;}
.honer-list ul li .imgBox img {width: 100%;transition: .5s;}
.honer-list ul li span {font-size: 18px; background: #f0f0f0;display: block; text-align: center; padding: 12px 0; color: #333;}
.honer-list ul li:hover .imgBox img {transform: scale(1.05);}

.ny-main .index-title b{font-size: 63px}



/* 案例详情 */
.proDeta .box {display: flex; justify-content: space-between; align-items: flex-start;}
.proDeta .proLeSwiper {background: #fff; overflow: hidden; position: relative; width: 45%; border: 1px solid #eee;}
.proDeta .proLeSwiper .imgBox {display: flex; justify-content: center; align-items: center; padding: 15px; box-sizing: border-box;}
.proDeta .proLeSwiper .imgBox img {max-width:88%; display: block;}
.proDeta .proLeSwiper .swiper-pagination-bullet {width: 0.75px;height: 0.75px;background: #dfdfdf; box-sizing: border-box; opacity: 1;}
.proDeta .swiper-horizontal>.swiper-pagination-bullets,.proDeta  .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px}
.proDeta .proLeSwiper .swiper-pagination-bullet-active {background: #155ea2;}
.proDeta .proLeSwiper .swiper-button-next {background: url(../images/proLeSwiper-jt.png) no-repeat center; filter: brightness(0); -webkit-filter:brightness(0);}
.proDeta .proLeSwiper .swiper-button-prev {background: url(../images/proLeSwiper-jt.png) no-repeat center; transform: rotate(180deg); filter: brightness(0); -webkit-filter:brightness(0);}
.proDeta .proReCon {width: 100%;}
.proDeta .proReCon  h4 {font-size: 25px;font-weight: 400;color: #333333; padding-bottom: 16px; border-bottom: 1px solid #CCCCCC;}
.proDeta .proReCon .text {margin: 1rem 0; font-size: 16px;color: #666666;font-weight: 400;}



.ny-news-list ul li{text-align: left;border-bottom: dashed 1px #e6e6e6;box-sizing: border-box; padding-bottom: 40px; margin-bottom: 40px;}
.ny-news-list ul li .pic{width: 21%;overflow: hidden;}
.ny-news-list ul li .pic img{display: block; width: 100%;}
.ny-news-list ul li .info{margin-left: 3%;width: 55%;}
.ny-news-list ul li .info em{font-size: 20px;margin-top: 24px;color: #333;}
.ny-news-list ul li .info p{line-height: 25px;font-size: 16px;color:#666;margin-top: 14px;margin-bottom: 41px;}
.ny-news-list ul li .info span{color: #2a77be;font-size: 15px;display: block;}
.ny-news-list ul li .date {background: url(../images/time.png)no-repeat center left;padding-left: 62px;height: 48px;margin-top: 58px;}
.ny-news-list ul li .date span{font-size: 18px;line-height: 18px;margin-top: 7px;display: block;}
.ny-news-list ul li .date p{font-size: 14px;line-height: 14px;color: #555;margin-top: 11px;}
.ny-news-list ul li:hover .info em{color: #2a77be;}
.ny-news-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}





/* 新闻详情 */
.mbx {color: #888888; font-size: 15px;}
.mbx a:hover {color: #2a77be;}
.newsDate {background: #e4ebf4; padding: 50px 0 100px 0;}
.newsDate h3 {font-size: 28px;color: #333333;}
.newsDate .tleBox {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.newsDate .tleBox .tleLe {margin-right: 50px; width: 75%;}
.newsDate .tleBox dl {margin-top: 50px;display: grid; grid-template-columns: repeat(2,auto);gap: .8rem; justify-content: flex-start;}
.newsDate .tleBox dl dd {display: flex; align-items: center;}
.newsDate .tleBox dl dd span {margin-left: 8px;color: #888888;font-size:16px;}
.newsDate .tleBox .more {position: relative; margin-top: 10px; width: 200px; height: 71px; background: #000;  border-radius: 36px; transition: .5s;}
.newsDate .tleBox .more span {display: flex; align-items: center; justify-content: center; height: 100%; margin-right: 30%; color: #fff; font-size: 17px; transition: .5s;}
.newsDate .tleBox .more img{display: inline-block; position: absolute; right: 15%; top: 50%; transform: translateY(-50%);}
.newsDate .tleBox .more:hover{background: #2a77be;}
.newDateCon {margin: 50px 0 100px 0;}
.newDateCon img {max-width: 100%;}
.newDateCon .box {display: flex; justify-content: space-between; align-items: flex-start;}
.newDateCon .box .le {width: 65%;}
.newDateCon .box .re {width: 23%; position: sticky; top: 128px;}
.newDateCon .box .le .shareLinks {text-align: center; margin-top: 1rem; color: #666; font-size:14px; margin-bottom: 50px;}
.newDateCon .box .le .shareLinks span {margin-bottom: .1rem; display: block;}
.dateCon{padding-bottom: 40px;}
.newsPage {display: flex; align-items: center; justify-content: space-between;border-top: 1px solid #eee; padding-top: 50px;}
.newsPage a {display: flex; align-items: center;}
.newsPage a .icBox {width: 30px;height: 30px;border: 1px solid #a9a9a9;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.newsPage a .icBox img {filter: brightness(0); -webkit-filter:brightness(0); transform: rotate(90deg); opacity: .5;}
.newsPage a span {color: #999999; font-size:14px; margin-left: 10px;}
.newsPage a.next span {margin-left: 0; margin-right: 10px;}
.newsPage a.next img {transform: rotate(-90deg);}
.newsPage a:hover span {color: #2a77be;}
.newDateCon .box .re h4 {font-size: 24px; padding-bottom: 20px; border-bottom: 1px solid #DDDDDD; color: #333;}
.newDateCon .box .re li {padding: 20px 0; border-bottom: 1px solid #DDDDDD;}
.newDateCon .box .re h6 {font-size: 18px;color: #666666; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newDateCon .box .re em {font-size:14px;color: #a4a7ab;margin-top: 15px;display: block;}
.newDateCon .box .re li:hover h6 {color:#2a77be ;}







/* 分页 */
.fy { padding: 0.5rem 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.fy a {background: #F5F5F5; display: flex; align-items: center; justify-content: center;  color: #333; font-size: 14px;}
.fy a {width: 40px; height: 40px; transition: .4s; margin:5px; border-radius: 50%;}
.fy a.layui-laypage-prev , .fy a:first-child , .fy a:last-child {width: 70px; border-radius: 30px;}
.fy a:hover {color: #fff; background: #C7000A;}
.fy .layui-laypage-curr {display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.fy .layui-laypage-curr {width: 40px; height: 40px; color: #fff; background: #C7000A; font-size: 14px; margin: 0 5px;}


/* 搜索页面 */
.search-page .box {margin-top: 50px;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 22px;  height: 23px; display: block; cursor: pointer; background: url(../images/searchIcon.png) no-repeat center; outline: none; border: none; background-size: 100%; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #C7000A; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%; }
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}



.ny-product{margin: 0 auto;width: 95%;}
.ny-main .index-title{margin-bottom: 40px}

@media screen and (min-width:200px)  and  (max-width:1600px)  {
    .container{max-width: 94%}
}

@media screen and (min-width:200px)  and  (max-width:1500px) {
    .head-left {
        width: 80%;
    }
    .pc-nav ul li a{font-size: 16px}

    .mode .info ul h3{font-size: 24px}
}



@media screen and (min-width:200px)  and  (max-width:1400px)  {
	.container-s,.container{max-width: 94%; width: 1300px;}
	body{min-width: 1300px; overflow-x: hidden; }

  .head-left {   width: calc(100% - 275px);}
  .pc-nav {   width: 86.2%;}


  #ys-prev{ left: 0;}
#ys-next{right: 0;}


}

.contact-main .container{width: 1200px}

.headfixed{background: #2a77bf}


.newsDate .mbx b{color: #333; background: url(../images/mbx-icon2.png) no-repeat left center;}
.newsDate .mbx a,.mbx span{color: #666}
.dateCon{color: #fff}
.dateCon p,.newsPage a span{color: #fff}
.newsPage a .icBox img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.newsPage a:hover span{color: #fff}
.newDateCon .box .re h4,.newDateCon .box .re h6,.newDateCon .box .re em,.newDateCon .box .re li:hover h6{color: #fff}